[X]HTML custom tags: pros & cons
Posted
by o_O Tync
on Stack Overflow
See other posts from Stack Overflow
or by o_O Tync
Published on 2010-06-17T16:04:41Z
Indexed on
2010/06/17
21:23 UTC
Read the original article
Hit count: 232
I'd like to use some semantic [X]HTML tags instead of <div>
s: <article>
, <product>
, <footer>
etc. Some of them are already presented in the upcoming HTML5, however, it's not fully supported.
Which are the possible cons I might face when Rendering? Using CSS, JS?
The one I remember is: IE6 can't clone tags it doesn't know.
© Stack Overflow or respective owner